Skip to content

fix(argo-workflows): add workflowtasksets/status RBAC permission#3494

Merged
yu-croco merged 1 commit intoargoproj:mainfrom
puretension:fix/workflowtasksets-status-rbac-3480
Sep 18, 2025
Merged

fix(argo-workflows): add workflowtasksets/status RBAC permission#3494
yu-croco merged 1 commit intoargoproj:mainfrom
puretension:fix/workflowtasksets-status-rbac-3480

Conversation

@puretension
Copy link
Copy Markdown
Contributor

What this PR does:

Adds missing RBAC permission for workflowtasksets/status to fix controller unable to patch status error.

Why we need it:

The Argo Workflows controller was failing to patch workflowtasksets/status due to missing RBAC permission, preventing workflows from progressing to next steps.

Changes:

  • Add workflowtasksets/status to controller RBAC permissions in cluster role
  • Bump chart version from 0.45.25 to 0.45.26
  • Update artifacthub.io/changes annotation

Fixes #3480

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • I have created a separate pull request for each chart according to pull requests
  • My build is green (troubleshooting builds).

Signed-off-by: puretension <rlrlfhtm5@gmail.com>
Copy link
Copy Markdown
Collaborator

@vladlosev vladlosev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yu-croco yu-croco merged commit fb84568 into argoproj:main Sep 18, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Controller unable to patch workflowtasksets/status

3 participants